home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / CYBRGATE.CMD < prev    next >
Encoding:
Text File  |  1996-02-16  |  762 b   |  44 lines

  1. #    CyberGate Login.cmd
  2. #
  3. # This is a login.cmd script for Winsock ver 2.0 b. using PPP
  4. #
  5. #       
  6. # initialize modem
  7. #
  8. output at&c1\13
  9. input 10 OK\n
  10. #
  11. # send phone number
  12. #
  13. output atdt5949020\13
  14. #
  15. # now we are connected.
  16. #
  17. input 35 CONNECT
  18. #
  19. #  wait till it's safe to send because some modem's hang up
  20. #  if you transmit during the connection phase
  21. #
  22. # wait 35 dcd
  23. #
  24. #
  25. input 30 Username:
  26. #
  27. # username Enter your username
  28. # INSERT YOUR USER-ID IN PLACE OF ????
  29. output ?????\13
  30. #
  31. # and the password
  32. #
  33. input 30 Password:
  34. # password Enter your password
  35. # INSERT YOUR PASSWORD IN PLACE OF THE ??????
  36. output ??????\13
  37. #
  38. # we are now logged in
  39. #
  40. # wait for the address string
  41. #
  42. # we are now connected, logged in and in PPP mode.
  43.  
  44.